home *** CD-ROM | disk | FTP | other *** search
/ Virtual Sex Shoot / Virtual Sex Shoot.iso / mac / Virtual Sex Shoot / Virtual Sex Shoot.DXR / 00195.ls < prev    next >
Encoding:
Text File  |  1995-09-24  |  402 b   |  18 lines

  1. global gRecording, gPlaying, gStaring, gMarkers, gFloatingSprite
  2.  
  3. on exitFrame
  4.   cursor(200)
  5.   cursor(-1)
  6.   puppetSprite(32, 1)
  7.   puppetSprite(33, 1)
  8.   puppetSprite(34, 1)
  9.   puppetSprite(gSliderSprite, 1)
  10.   setProp(23, 29, "visibility", 0)
  11.   setProp(34, 34, "visibility", 0)
  12.   if the type of sprite 3 < 1 then
  13.     deactivate([gFloatingSprite])
  14.   end if
  15.   preLoadCast(1, "typeB.vr!")
  16.   setMarkers()
  17. end
  18.